docs: add per-guide tester custom agents for LNDENG-4552 - #310
Open
jansdhillon wants to merge 1 commit into
Open
docs: add per-guide tester custom agents for LNDENG-4552#310jansdhillon wants to merge 1 commit into
jansdhillon wants to merge 1 commit into
Conversation
Adds .github/agents/tester-*.agent.md custom agent definitions, one per installation guide under docs/how-to-guides/landscape-installation-and-set-up/. Each agent encodes the live-testing methodology used to verify that guide end-to-end in a real network-isolated LXD container/VM, including known bugs to re-verify and guardrails (never delete test infrastructure, minimize doc diffs). Split out from PR canonical#306 into its own PR per review feedback so these agent definitions can be reviewed independently of the documentation fixes.
jansdhillon
added a commit
to jansdhillon/landscape-documentation
that referenced
this pull request
Aug 20, 2026
…al#310 The .github/agents/tester-*.agent.md files were split out into PR canonical#310 per review feedback, so they can be reviewed independently of the documentation fixes in this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
.github/agents/tester-*.agent.mdcustom agent definitions, one per installation guide underdocs/how-to-guides/landscape-installation-and-set-up/:tester-manual-installation.agent.mdtester-install-landscape-client.agent.mdtester-install-in-a-lxd-container.agent.mdtester-configure-landscape-client.agent.mdtester-juju-installation.agent.mdtester-juju-ha-installation.agent.mdtester-quickstart-installation.agent.mdtester-disa-stig.agent.mdtester-airgap-install.agent.mdtester-fips-install.agent.mdEach agent encodes the live-testing methodology used during LNDENG-4552 to verify that guide end-to-end in a real, network-isolated LXD container or VM: exact test procedure, known bugs found/fixed to re-verify on future runs, and guardrails (never delete test infrastructure, only stop it; minimize documentation diffs; verify claims against source before editing docs).
Why a separate PR
This was originally part of #306, but per review feedback these agent definitions are a distinct piece of tooling from the documentation fixes and warrant independent review.